Quickstart Guide on how to build your own In-Game Marketplace using Sequence’s Unreal SDK.
List an Item on your Marketplace
Listing
is the state of an item on your Marketplace that
other players are allowed to purchase. The Wallet Address
should be your client’s address and it needs to
own the specified amount of tokens.Query Listings
Pick & Buy Order
OnSuccess
event node and generate a transaction to purchase the item.
This will only give you the transaction data. Follow the next step on how to send the transaction.Convert Steps to a Transaction
SequenceCheckout
module, you receive an array of Steps
which you need
to convert to a Transactions object. This is what you need to use when sending the transaction.Next Steps
Offer
is
the state of an item which other players can sell to you. Additionally, you also have the ability to cancel any listing or
offer.